create a theme
url
POST https://yorkyao.xyz/api/themes
headers
cookies
request body
| key name | value type | required |
|---|---|---|
| themeTitle | string | true |
| themeDetail | string | false |
| organizationId | number | true |
| imageNames | string[] | false |
The imageNames is uploaded images in themeDetail, it exists to avoid extracting image url from themeDetail.